PDF Get Page as Image
Command Prototype
PDF.GetPagePic(filePath,password,savePath,pageStart,pageEnd)
Command Description
Get a picture of the page specified in the PDF file. The picture is saved with the naming method of "PDF file name_serial number"
Parameter Description
- Required Parameter
- filePath--PDF file path
- password--PDF file password, no password is not required
- savePath--The path where the picture is saved, the default is the directory where the PDF file is located
- pageStart--Get the starting page number of the picture, starting from 1
- pageEnd--Get the end page number of the picture